lxc: fix hooks installation on 1.0.6
authorPetar Koretic <[email protected]>
Wed, 22 Oct 2014 11:51:52 +0000 (13:51 +0200)
committerLuka Perkov <[email protected]>
Thu, 23 Oct 2014 08:11:00 +0000 (04:11 -0400)
Signed-off-by: Petar Koretic <[email protected]>
utils/lxc/Makefile

index 332a8ae13e20f3e4b2528dd85dc07a662595de8a..1315fec23e67e38e9aa1293e4b36bce4dde8850d 100644 (file)
@@ -168,10 +168,7 @@ endef
 define Package/lxc-hooks/install
        $(INSTALL_DIR) $(1)/usr/share/lxc/hooks
        $(CP) \
-               $(PKG_INSTALL_DIR)/usr/share/lxc/hooks/mountcgroups \
-               $(1)/usr/share/lxc/hooks/
-       $(CP) \
-               $(PKG_INSTALL_DIR)/usr/share/lxc/hooks/mountecryptfsroot \
+               $(PKG_INSTALL_DIR)/usr/share/lxc/hooks/* \
                $(1)/usr/share/lxc/hooks/
 endef